home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / asmsrc / thesource-7.lha / Source / polyfit.lha / polyfit / polynomial.hdr < prev   
Text File  |  1990-05-04  |  650b  |  19 lines

  1. Path: nestroy!tuvie!mcvax!uunet!ginosko!infinet!adelie!ted
  2. From: ted@adelie.Adelie.COM (Ted Stefanik)
  3. Newsgroups: alt.sources
  4. Subject: A program to fit data points to polynomials
  5. Keywords: polynomials, point fitting, matrix solutions
  6. Message-ID: <24380@adelie.Adelie.COM>
  7. Date: 8 Aug 89 23:00:30 GMT
  8. Organization: Adelie Corp., Cambridge, MA
  9. Lines: 327
  10.  
  11.  
  12. Here is a program that allows you to fit a set of points to the closest
  13. polynomial.  It also has an imbedded matrix inverter/solver, which I couldn't
  14. find elsewhere on my ULTRIX system.
  15.  
  16. Note that solving for a polynomial above about the fifth order can easily
  17. cause floating point exceptions.
  18.  
  19.